home *** CD-ROM | disk | FTP | other *** search
/ Night Owl 6 / Night Owl's Shareware - PDSI-006 - Night Owl Corp (1990).iso / 034a / hsldr09b.zip / WHATSNEW.TXT < prev   
Text File  |  1991-12-06  |  5KB  |  108 lines

  1. Fri  12-06-1991  v0.09ß
  2. -  The problem with reading BBS file lists in local mode locking up the 
  3.    system crept back in.  It is now squashed for good!!  Sorry for the 
  4.    slip up.
  5.  
  6. Thu  12-05-1991  v0.08ß
  7. -  Added the ability to edit the up/download queues and delete items 
  8.    from them
  9.  
  10. Wed  12-04-1991  v0.07ß
  11. -  Fixed a problem (I think) when viewing BBS file list in local mode.
  12.    This was hanging the system, but should ONLY have happened in local 
  13.    mode, not regular door use.  Please make sure this works in both 
  14.    modes now.
  15. -  Added check for valid DOS file name when user is entering names to 
  16.    the up/download queues.
  17.  
  18. Wed  12-04-1991  v0.06ß
  19. -  Made some changes to facilitate multi-node systems.  HSLDoor will now 
  20.    create HSLTRxx.WRK where xx is the node number.  This will allow 
  21.    several nodes to access the same HSLDOOR.EXE as each door will have 
  22.    it's own work directory.  The HSLTR.WRK directory will no longer be 
  23.    used and may be deleted.  I also added the ability to indicate the 
  24.    path to the SFDOORS.DAT file (or SFMESS, SFFILE, SFMAIN.DAT files).  
  25.    You do this by using /DAT= on the command line.  This eliminates the 
  26.    need to copy the .DAT file to the HSLDOOR.EXE directory.  Here is an 
  27.    example of the call to the door a multi-node system might use: 
  28.    
  29.    :DOOR_H
  30.    CD\SF\HSLDR
  31.    HSLDOOR /DAT=C:\SF
  32.    CD\
  33.    GOTO LOOP
  34.    
  35. -  Cleaned up a lot of the routines used for local mode so that it 
  36.    should more accurately mirror remote mode.
  37. -  There are now Upload and Download menus.  From these menus, you can 
  38.    add files to be queued for upload or download.  You can also view the 
  39.    files currently in those queues.  Still to come is the ability to 
  40.    edit these queues.
  41. -  There is now a <V>iew BBS File Lists option from the main menu.  When 
  42.    you go to this menu you will be presented with the descriptions of 
  43.    the first 10 file areas.  You can page through this listing with <N> 
  44.    to get the next set of areas or <P> to go back in this list.  To view 
  45.    the SFFILES.BBS for a certain area, enter that area's number.  If an 
  46.    area is not available to a security level, but IS marked as Preview it 
  47.    will be displayed.  If an area is not available to a user and IS NOT 
  48.    marked Preview, it should display as "Not Available".  I had some 
  49.    problems with the Non-Stop mode of listing these files on slow 
  50.    non-error correcting connections.  Please test this function under as 
  51.    many configurations as possible.
  52.    
  53. I think we are getting close here.  Looking for suggestions and 
  54. comments.  Thanks for taking the time to work with this door.
  55.  
  56. Sun  12-01-1991  v0.05ß
  57. -  Private uploads are now working.  When a user enters '\' as the first 
  58.    character in an upload description, the file will be copied to the 
  59.    destination directory, but HEYSYSOP.LOG will be updated with the file 
  60.    name, description etc. instead of SFFILES.BBS.
  61. -  Changed the way file directories are stored in the program.  Please 
  62.    test that users can find the files they have access to and are denied 
  63.    those they don't have access to.
  64. -  Added a status line on the BBS side that shows caller and calling 
  65.    from.
  66. -  Fixed bug in the way KUploaded and Downloaded were being incremented.
  67.    They should now update correctly.
  68. -  Added the ability to view the list of files queued for upload or 
  69.    download.  Coming soon, the ability to view file listings for the 
  70.    areas the users have access to.
  71.    
  72.    Any other comments or suggestions?
  73.    
  74. Thu  11-28-1991  v0.04ß
  75. -  Changed the format of the configuration file.  Please see the sample 
  76.    enclosed.  You must use the key words, BBS=, REGNO=, and DEST=.  You 
  77.    can now specify a name for an alternate log file.  By default the 
  78.    door will write it's information to the CALLERS.TMP file for this 
  79.    node.  If this is what you desire it to do, you DON'T need to add the 
  80.    LOG= line.  If you would like logging to go to a different file than 
  81.    CALLERS.TMP, add the LOG= line that contains the full path and file 
  82.    name of your alternate log file.  (Is this what you were looking for 
  83.    Dave?).
  84. -  Added display of approximate transfer times on downloads.  The door 
  85.    will also not allow a user to download more files than they have time 
  86.    for.
  87. -  Private uploads don't work yet, even though the file description 
  88.    prompt indicates to use the '\' for private uploads.  This should be 
  89.    functional in the next release (this weekend I hope if I don't OD on 
  90.    Turkey and Cranberries!).
  91.    
  92.  
  93. Wed  11-27-1991  v0.03ß 
  94. -  Added support for COM1 - COM4... I hope. (sorry Ron <grin>, let me know 
  95.    if this works).
  96. -  Added tracking of available time in door.
  97. -  Added check for duplicate files on uploads.
  98. -  Door will now only allow the number of downloads specified for this 
  99.    security level.
  100. -  Added queued file info to main screen.
  101. -  HSLDoor now accurately reports HS/Link's exit codes and logs them.
  102.  
  103. *  In addition to the things listed in the sketchy docs, I still have to 
  104.    add estimated file transfer times and checking to make sure the user 
  105.    does not exceed their time limit.
  106.    
  107. Any other suggestions are welcomed.  Let's hear from ya!
  108.